home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineButton2_950 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-04  |  78 b   |  6 lines

  1. on(release){
  2.    _root.currLvl = 12;
  3.    _root.lifes--;
  4.    _root.play();
  5. }
  6.